home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / pcmail / aux_ / makefile < prev    next >
Encoding:
Makefile  |  1994-06-05  |  191 b   |  13 lines

  1. # @(#) makefile 2.1 90/01/22 14:06:29
  2.  
  3.  
  4.  
  5. FILES    = README detab.c makefile srctoman.sh
  6.  
  7.  
  8.  
  9. all:    srctoman detab
  10.  
  11.  
  12.  
  13. shar:    $(FILES)
  14.  
  15.     shar $(FILES)
  16.  
  17.  
  18.  
  19. archive:
  20.  
  21.     $(ARCHIVE) $(FILES)
  22.  
  23.  
  24.  
  25.